home *** CD-ROM | disk | FTP | other *** search
- object Symbols: TSymbols
- Left = 229
- Top = 121
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Symbols'
- ClientHeight = 265
- ClientWidth = 359
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 20
- object ListBox1: TListBox
- Left = 16
- Top = 8
- Width = 185
- Height = 250
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ItemHeight = 20
- ParentFont = False
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 224
- Top = 48
- Width = 114
- Height = 33
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 224
- Top = 113
- Width = 114
- Height = 32
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-